Platform Explorer / Nuxeo Platform LTS 2017 9.10

Component org.nuxeo.ecm.platform.video.tools.VideoToolsService

Documentation

The VideoToolsService provides tools for performing different actions in videos, such as slicing, watermarking, etc.

Implementation

Class: org.nuxeo.ecm.platform.video.tools.service.VideoToolsServiceImpl

Services

XML Source

<?xml version="1.0"?>
<component name="org.nuxeo.ecm.platform.video.tools.VideoToolsService">
  
  <implementation class="org.nuxeo.ecm.platform.video.tools.service.VideoToolsServiceImpl"/>
  
  <service>
    <provide interface="org.nuxeo.ecm.platform.video.tools.VideoToolsService"/>
  </service>
  
  <documentation>
    The VideoToolsService provides tools for performing different actions in videos, such
    as slicing, watermarking, etc.
  </documentation>

</component>